projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da8d60
)
Remove the workaround for bug#20719
author
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 20 Aug 2017 21:41:59 +0000
(
00:41
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 20 Aug 2017 21:42:41 +0000
(
00:42
+0300)
* lisp/cedet/semantic/symref/grep.el
(semantic-symref-grep-use-template): Remove the workaround for
bug#20719, it's been fixed for a while now.
lisp/cedet/semantic/symref/grep.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/symref/grep.el
b/lisp/cedet/semantic/symref/grep.el
index f8b29290706689b91a21d2b1b4da56e5c08cad41..341a083775fc1b0e3357139f4d228532486da675 100644
(file)
--- a/
lisp/cedet/semantic/symref/grep.el
+++ b/
lisp/cedet/semantic/symref/grep.el
@@
-119,10
+119,6
@@
PATTERN is the pattern used by Grep."
pattern
filepattern
rootdir)))
- ;; http://debbugs.gnu.org/20719
- (when (string-match "find \\(\\.\\)" cmd)
- (setq cmd (replace-match rootdir t t cmd 1)))
- ;;(message "New command: %s" cmd)
cmd))
(defcustom semantic-symref-grep-shell shell-file-name